home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Topik / Topik - Disk 09 - Business Work (19xx)(Topik Public Domain)(PD)[WB].zip / Topik - Disk 09 - Business Work (19xx)(Topik Public Domain)(PD)[WB].adf / CSDBMS / Limits < prev    next >
Text File  |  1989-07-14  |  772b  |  15 lines

  1.   Data Base Limitations
  2.  
  3.  MAX_FIELD_SIZE   80        /* maximum allowed field size          */
  4.  MAX_FNAME        40        /* maximum file name size              */
  5.  MAX_FIELDS      255        /* maximum number of fields in a record*/
  6.  MAX_DESC         39        /* maximum size of a field description */
  7.  MAX_ID            7        /* maximum size of a field name        */
  8.  MAX_REC        1024        /* maximum size of a record            */
  9.  VERSION           0        /* prerelease version id               */
  10.  types allowed              /*       I = integer     4 bytes */
  11.                             /*       C = character   n bytes */
  12.                             /*       L = Logical     1 bytes */
  13.                             /*       F = Floating    4 bytes */
  14.  
  15.